home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / links / 00087_Script_link - Internet Explorer < prev    next >
Encoding:
Text File  |  2000-09-21  |  227 b   |  11 lines

  1. on mouseUp
  2.  
  3.  puppetSound 1, "ClickSound"
  4.  
  5.   if the platform = "Windows,32" then
  6.     open the moviepath&"software\IE\PC\IE5SETUP.EXE"
  7.   else 
  8.     open the moviepath&"software:IE:Internet Explorer 5.smi"
  9.   end if
  10.   
  11. end